home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / yuris_sh.swf / scripts / frame_337 / DoAction.as
Text File  |  2012-04-23  |  136b  |  14 lines

  1. x = random(3);
  2. if(x == 0)
  3. {
  4.    gotoAndPlay(226);
  5. }
  6. if(x == 1)
  7. {
  8.    gotoAndPlay(340);
  9. }
  10. if(x == 2)
  11. {
  12.    gotoAndPlay(455);
  13. }
  14.